home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / M / MacOberon241.cpt / MacOberon 2.4(1) / Browser.Tool (.txt) < prev    next >
Oberon Text  |  1991-10-17  |  903b  |  22 lines

  1. Syntax10.Scn.Fnt
  2. Syntax10i.Scn.Fnt
  3. Browser.ShowDef (modulename | selection)
  4. Browser.ShowObj (qualident | selection)
  5. Browser.ShowTree {modulename} ~
  6. ------------------------------
  7. The Browser will automatically create a Definition Module and list
  8. base-type relationships.  It exports the following commands:
  9. ShowDef generates a Definition Module.
  10.         Example:
  11.             Browser.ShowDef MenuViewers
  12.             Browser.ShowDef MenuViewers/x    (Expand Inherited)
  13.             Browser.ShowDef MenuViewers/X    (Adress/EntryNo)
  14. ShowObj shows the definition of an exported object.
  15.         Example:
  16.             Browser.ShowObj MenuViewers.Viewer
  17.             Browser.ShowObj MenuViewers.Viewer/x    (Expand)
  18. ShowTree shows the hierarchy of exported record types and classes.
  19.         Example:
  20.             Browser.ShowTree MenuViewers ~
  21. The Browser extracts all of the required information from symbol files.
  22.